home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / share / internet / mtuspeed403.exe / MTUSpeed.exe / 0 / RCDATA / TMTU_DIALOG / TMTU_DIALOG.txt
Text File  |  1998-01-14  |  1KB  |  72 lines

  1. object MTU_Dialog: TMTU_Dialog
  2.   Left = 210
  3.   Top = 521
  4.   ActiveControl = NewValMTU
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'New MTU Setting'
  8.   ClientHeight = 116
  9.   ClientWidth = 204
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 204
  22.     Height = 116
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BevelOuter = bvNone
  26.     BorderWidth = 5
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 15
  30.       Top = 23
  31.       Width = 94
  32.       Height = 13
  33.       Caption = 'New Value for MTU'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 9
  37.       Top = 85
  38.       Width = 186
  39.       Height = 13
  40.       Alignment = taCenter
  41.       Caption = '(MTU should be greater than 512)'
  42.     end
  43.     object NewValMTU: TEdit
  44.       Left = 123
  45.       Top = 18
  46.       Width = 67
  47.       Height = 21
  48.       TabOrder = 2
  49.     end
  50.     object BtnMTU_OK: TButton
  51.       Left = 15
  52.       Top = 50
  53.       Width = 75
  54.       Height = 25
  55.       Caption = '&OK'
  56.       Default = True
  57.       TabOrder = 0
  58.       OnClick = BtnMTU_OKClick
  59.     end
  60.     object BtnMTU_Cancel: TButton
  61.       Left = 115
  62.       Top = 50
  63.       Width = 75
  64.       Height = 25
  65.       Caption = '&Cancel'
  66.       ModalResult = 2
  67.       TabOrder = 1
  68.       OnClick = BtnMTU_CancelClick
  69.     end
  70.   end
  71. end
  72.